1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{B6725718-5120-4855-9088-1F042AE4FEEF}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NetTcpWCFService</RootNamespace>
12 <AssemblyName>NetTcpWCFService</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <PublishUrl>publish\</PublishUrl>
16 <Install>true</Install>
17 <InstallFrom>Disk</InstallFrom>
18 <UpdateEnabled>false</UpdateEnabled>
19 <UpdateMode>Foreground</UpdateMode>
20 <UpdateInterval>7</UpdateInterval>
21 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 <UpdatePeriodically>false</UpdatePeriodically>
23 <UpdateRequired>false</UpdateRequired>
24 <MapFileExtensions>true</MapFileExtensions>
25 <ApplicationRevision>0</ApplicationRevision>
26 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 <IsWebBootstrapper>false</IsWebBootstrapper>
28 <UseApplicationTrust>false</UseApplicationTrust>
29 <BootstrapperEnabled>true</BootstrapperEnabled>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
32 <PlatformTarget>x86</PlatformTarget>
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>..\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42 <PlatformTarget>x86</PlatformTarget>
43 <DebugType>pdbonly</DebugType>
44 <Optimize>true</Optimize>
45 <OutputPath>..\Release\</OutputPath>
46 <DefineConstants>TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
51 <Reference Include="System" />
52 <Reference Include="System.Core" />
53 <Reference Include="System.Runtime.Serialization" />
54 <Reference Include="System.ServiceModel" />
55 <Reference Include="System.Xml.Linq" />
56 <Reference Include="System.Data.DataSetExtensions" />
57 <Reference Include="System.Data" />
58 <Reference Include="System.Xml" />
61 <Compile Include="IWeatherService.cs" />
62 <Compile Include="Program.cs" />
63 <Compile Include="Properties\AssemblyInfo.cs" />
64 <Compile Include="WeatherService.cs" />
67 <None Include="app.config" />
70 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
71 <Visible>False</Visible>
72 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
73 <Install>false</Install>
74 </BootstrapperPackage>
75 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
76 <Visible>False</Visible>
77 <ProductName>.NET Framework 3.5 SP1</ProductName>
78 <Install>true</Install>
79 </BootstrapperPackage>
80 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
81 <Visible>False</Visible>
82 <ProductName>Windows Installer 3.1</ProductName>
83 <Install>true</Install>
84 </BootstrapperPackage>
86 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
88 Other similar extension points exist, see Microsoft.Common.targets.
89 <Target Name="BeforeBuild">
91 <Target Name="AfterBuild">